When using the public script to import multiple users, the values that “role” field can accept are { admin, limited_user, observer, owner, read_only_user, restricted_access, team_responder, user}
Team_responder makes a user a responder for all the teams they are part of.
But what happens to their base role in such a case?
The API should have allowed setting only base roles. Why are there mixture of base roles and team_roles? And if it is going to be like this, why not include all the options of base roles and team roles?